type golang.org/x/net/http2.gate
4 uses
golang.org/x/net/http2 (current package)
http2.go#L214: type gate chan struct{}
http2.go#L216: func (g gate) Done() { g <- struct{}{} }
http2.go#L217: func (g gate) Wait() { <-g }
server.go#L815: gate := make(gate)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)